home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Presentations
/
Presentations ’97
/
Sessions ’97
/
Java for Macintosh Applications
/
JDK Native
/
libstubs.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-27
|
300 b
|
16 lines
|
[
TEXT/CWIE
]
/*
libstubs_example.c
Includes machine generated .stubs files with proper export controls
*/
// required java includes
#include <StubPreamble.h>
// export controls for metrowerks
#pragma export on
#pragma require_prototypes off
// and finally, include the stubs file
#include "TimeUtils.stubs"